Click or drag to resize

FindItemResponse Class

Contains the status and result of a single FindItem Operation request.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class FindItemResponse : Response

The FindItemResponse type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteDenominator
Represents the next denominator to use for the next request when doing fractional paging.
Public propertyDescriptiveLinkKey
Currently unused and is reserved for future use.
(Inherited from Response.)
Public propertyGroups
Represents a collection of items that are the result of a grouped FindItem Operation call.
Public propertyHighlightTerms
Public propertyIncludesLastItemInRange
Indicates whether the current results contain the last item in the query, such that further paging is not needed.
Public propertyIndexedPagingOffset
Represents the next index that should be used for the next request when using an indexed paging view.
Public propertyItems
Contains an array of items found by using the FindItem Operation.
Public propertyMessage
Provides a text description of the status of the response.
(Inherited from Response.)
Public propertyNumeratorOffset
Represents the new numerator value to use for the next request when using fractional page views.
Public propertyResponseClass
Represents the status of the response.
(Inherited from Response.)
Public propertyResponseCode
Provides an error code that identifies the specific error that the request encountered.
(Inherited from Response.)
Public propertyServerVersionInfo
Represents the Microsoft Exchange Server version number.
(Inherited from Response.)
Public propertyTotalItemsInView
Represents the total number of items that pass the restriction.
Public propertyXmlMessage
Provides additional error response information.
(Inherited from Response.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also